[IA64] clean up pal_emul.c compiler warnings
authorawilliam@xenbuild.aw <awilliam@xenbuild.aw>
Mon, 10 Jul 2006 19:53:17 +0000 (13:53 -0600)
committerawilliam@xenbuild.aw <awilliam@xenbuild.aw>
Mon, 10 Jul 2006 19:53:17 +0000 (13:53 -0600)
commitebc791e2fdca6af4a9c44cc89ef6ca1e020492b8
tree6459fb1aced75640e6c4f59dd9e561308e801eea
parent89849b914c5d9b5f2812901ce0315e1ac5d273d3
[IA64] clean up pal_emul.c compiler warnings

This patch cleans up some compiler warnings in pal_emul.c.  The
problem was that a struct ia64_pal_retval was being used to return
the results from emulated PAL calls, but not all of the fields
were being initialized.  Given that fields were not initialized,
I was also thinking that there might be a remote chance of data
leaking between vcpu's -- but I haven't convinced myself that
that could actually happen.

Signed-off-by: Al Stone <ahs3@fc.hp.com>
[whitespace and line wrapping cleanup throughout file]
Signed-off-by: Alex Williamson <alex.williamson@hp.com>
xen/arch/ia64/vmx/pal_emul.c